home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Sarrus / SBook.app / English.lproj / bulkemailer.nib / data.classes next >
Text File  |  1994-12-14  |  2KB  |  115 lines

  1. AbstractAppController = {
  2.     ACTIONS = {
  3.     saveAll:;
  4.     autosave:;
  5.     appDidInit:;
  6.     open:;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. ReportGenerator = {
  16.     ACTIONS = {
  17.     changedUnits:;
  18.     layout:;
  19.     changedSelectionCriteria:;
  20.     print:;
  21.     cancel:;
  22.     };
  23.     OUTLETS = {
  24.     leftMarginCell;
  25.     includePhonesSwitch;
  26.     withoutPhonesSwitch;
  27.     includeNamesSwitch;
  28.     includeNamesAndAddresses;
  29.     font3;
  30.     fontChooser2;
  31.     withoutAddressSwitch;
  32.     font1;
  33.     preview;
  34.     rightMarginCell;
  35.     printview;
  36.     bottomMarginCell;
  37.     unitsCover;
  38.     cloneElement;
  39.     includeAddressSwitch;
  40.     font2;
  41.     fontChooser3;
  42.     window;
  43.     topMarginCell;
  44.     fontChooser1;
  45.     slc;
  46.     zoomScrollView;
  47.     numPagesCell;
  48.     numEntriesCell;
  49.     };
  50.     SUPERCLASS = Object;
  51. };
  52. BulkEmailer = {
  53.     ACTIONS = {
  54.     setGroup:;
  55.     send:;
  56.     okayAddToGroup:;
  57.     addPrivateGroups:;
  58.     addPrivateUsers:;
  59.     cancelAddToGroup:;
  60.     copy:;
  61.     };
  62.     OUTLETS = {
  63.     groupBrowser;
  64.     groupPanel;
  65.     addressesCell;
  66.     emailAddresses;
  67.     text;
  68.     groupNameCell;
  69.     };
  70.     SUPERCLASS = ReportGenerator;
  71. };
  72. SBookController = {
  73.     ACTIONS = {
  74.     import:;
  75.     showPrefs:;
  76.     newEnvelopeWindow:;
  77.     newLogWindow:;
  78.     bugsAndSuggestions:;
  79.     newList:;
  80.     showInfo:;
  81.     deleteName:;
  82.     showInspector:;
  83.     };
  84.     OUTLETS = {
  85.     emailer;
  86.     fileMenuCell;
  87.     fontMenuCell;
  88.     importer;
  89.     infoPanel;
  90.     saveAllCell;
  91.     dialer;
  92.     every;
  93.     exporter;
  94.     toolsMenuCell;
  95.     prefController;
  96.     nameActionsCell;
  97.     toolsMenu;
  98.     bulkEmailer;
  99.     enveloper;
  100.     slistController;
  101.     inspector;
  102.     mailingLabels;
  103.     addressBook;
  104.     textMenuCell;
  105.     infoVersionCell;
  106.     newLogger;
  107.     unlockModemCell;
  108.     reportsMenuCell;
  109.     ranger;
  110.     iconsMenuCell;
  111.     registrationPanel;
  112.     };
  113.     SUPERCLASS = AbstractAppController;
  114. };
  115.